In a standard deployment of the audit log viewer, users can open the report by clicking View Audit Report on the Tools menu in PowerUser. The viewer opens in a new browser window with all records available and ready for the user to begin filtering or searching. This method is useful if users typically need to check the activity for sets of documents.
The audit log viewer can also be implemented as a document property page to show only the audit records for the current document. This method is useful if users typically need to check the activity for individual documents, not sets of documents.
To add an audit log property page:
Type the following VBScript statement in Use external URL:
"http://<ServerName>/WebExtensibilityDBViewer/AuditView.aspx?MachineName=<ServerName>&VaultName=<VaultName>&HideHeader=1&ObjectID=" & Document.ID
Where <ServerName> is the name of your web server and <VaultName> is the name of the vault where the documents reside for which you want to view the audit log.
Note To show the audit records for all documents, omit the &ObjectID parameter and the Document.ID property. The page will then show the same records as the View Audit Report command.